Previous page Next page

Sample .ini File Format

[Settings]
 
#1=====================================================================
#2= Set detailed log for additional debugging info
DetailedLog=1
RunStatus=1
StatusPort=6090
StatusRefresh=10
Archive=0
#3= Sets the location of the MV_IPTel log file
LogFile=c:\Program Files\Avaya\MV_IPTel\log\MV_IPTel.log
#4=====================================================================
ServerName=SMW_VAIO
IPAddress=192.168.0.10

[FTP]
 
#5=====================================================================
#6= set the FTP server active
RunFTP=1
#7= defines the FTP control port
FTPPort=21
#8= defines the FTP data port
FTPDataPort=20
#9= Sets the location of the FTP data directory to catch terminal backups
FTPDir=c:\Program Files\Avaya\MV_IPTel\data\FTPdata
#10= FTP Timeout (secs)
FTP_ TimeOut=5
#11= Enable the FTP Super User access to the MV_FTP data directories
EnableSU=0
#12= set the FTP Super User Name - only valid when EnableSU = 1
SUUserName=mvuser
#13= set the FTP Super User Password -only valid when EnableSU = 1
SUPassword=Avaya
[FTPS] 
 
#15====================================================================
#16= set the FTP server active
RunFTPS=1
#17= defines the FTP control port
FTPSPort=990
#18= defines the FTP data port
FTPSDataPort=889
#19====================================================================

[TFTP]
 
#20====================================================================
#21= set the Trivial FTP server active
RunTrivialFTP=1
#22= defines the Trivial FTP port
TrivialFTPPort=69
#23= Sets the location of the TFTP data directory for terminal downloads
TFTPDir=c:\Program Files\Avaya\MV_IPTel\data\TFTPdata
#24====================================================================
[HTTP]
 
#25====================================================================
#26= set the HTTP download server active
RunHTTP=1
#27= defines the HTTP download port
HTTPPort=81
#28= Sets the location of the HTTP data directory for downloads
HTTPDir=c:\Program Files\Avaya\MV_IPTel\data\HTTPdata
#29====================================================================
[HTTPS]
 
#30====================================================================
#31= set the HTTPS download server active
RunHTTPS=1
#32= defines the HTTPS download port
HTTPSPort=411
#33= Sets the location of the HTTPS data directory for downloads
HTTPSDir=c:\Program Files\Avaya\MV_IPTel\data\HTTPSdata
#34= Sets the location of the CertFile
CertFile=c:\Program Files\Avaya\MV_IPTel\certs\IPTelcert.pem
#35= Sets the location of the KeyFile
KeyFile=c:\Program Files\Avaya\MV_IPTel\certs\IPTelkey.pem
#36= Use Client Authorization
ClientAuth=0
#37= narrow config for Avaya IPTel (TLSV1 using RSA_NULL_SHA)
IPTel=0
#38= set SSL variants
SSLV2=0
SSLV3=0
TLSV1=1
#39====================================================================
[BACKUP_SERVERS]
 
#40====================================================================
#41= Run as FileServer for Backup & Update requests - Note this process uses HTTPS
FileServer=1
#42= sets whether to download Firmware updates from the Primary/Secondary File servers
RequestUpdates=1
#43= sets whether to upload FTP files to the Primary/Secondary file servers
RequestBackup=1
#44= Enable use of the Primary file server
UsePrimarySvr=1
#45= Primary file server IP address (or resolvable DNS)
PrimaryIP=192.168.0.10
#46= Enable use of the Secondary file server
UseSecondarySvr=0
#47= Secondary file server IP address (or resolvable DNS)
SecondaryIP=192.168.0.10
# Sets the update interval for Backups & updates: 1 = min, 2 =hour, 3=day, 4 =month
UpdateInterval=2
#Send FTP backup to the customer sever
CustomFTP=1
# FTP backup directory customer sever
CustomFTPDir=home/mvuser/backup
# FTP backup directory user login name
CustomFTPUName=tom
# FTP backup directory user password
CustomFTPPwd=jerry
# Enable CDR Backup - enable=1 on both File Server & Client
CDRBackup=0
# Enable BCMS Backup - enable=1 on both File Server & Client
BCMSBackup=0
# Retain CDR / BCMS copy data for x days (Receiver always + 1 week)
RetainDays=7.0
#48====================================================================

[SNMP]
 
#49====================================================================
#50 Use SNMP to verify telephone identity
UseSNMP=1
#51= In case the SNMPGET syntax changes you can redefine the commands
#52= Uncomment the relevant line to override the internal command
#53= the syntax is "Command + IPADDR + ExtObj
#54= the IPADRR is derived from the connection
#55= Note there are relevant spaces at the start/end of the component - omit and it will fail
#56= Command=mvsnmpget.exe
#57= Params= -v2c -cpublic
#58= ExtObject=.1.3.6.1.4.1.6889.2.69.1.4.9.0
#59= TypeObject=.1.3.6.1.4.1.6889.2.69.1.1.2.0
#60====================================================================


Previous page Next page